C1.Silverlight.Schedule.5
AddRange Method (BaseCollection<T>)

Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items.
Overload List
OverloadDescription
AddRange(T[])Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items.  
AddRange(Object[])Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items.  
See Also

Reference

BaseCollection<T> Class
BaseCollection<T> Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.